From: Jonathan Lebon Date: Tue, 25 Oct 2022 13:58:01 +0000 (-0400) Subject: ci: bump cosaPod memory requirement to 5Gi X-Git-Tag: archive/raspbian/2022.7-2+rpi1^2~13^2^2~32^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=52810a41b9bd2e4b49d6e956f725290d29050799;p=ostree.git ci: bump cosaPod memory requirement to 5Gi We're hitting memory limits when running the reprovisioning tests. We should investigate why we need 1Gi of overhead, but for now to get unblocked let's just bump it. --- diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 49564996..15d3f531 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -41,8 +41,8 @@ stage("Build") { } // Build FCOS and run kola tests. -// Both kola and kolaTestIso require 4G max. Add 512M for overhead. -cosaPod(runAsUser: 0, memory: "4608Mi", cpu: "4") { +// Both kola and kolaTestIso require 4G max. Add 1G for overhead. +cosaPod(runAsUser: 0, memory: "5Gi", cpu: "4") { stage("Build FCOS") { checkout scm unstash 'build'